EMT Practice Test
1. Question Content...
Question3: Create an nginx pod and list the pod with different levels of verbosity
Question6: List the nginx pod with custom columns POD_NAME and POD_STATUS
Question7: Schedule a pod as follows:
Name: nginx-kusc00101
Image: nginx
Node selector: disk=ssd
Question10: Print pod name and start time to "/opt/pod-status" file
Question12: Scale the deployment webserver to 6 pods.
Question15: Create a nginx pod with label env=test in engineering namespace
Question16: List "nginx-dev" and "nginx-prod" pod and delete those pods
Question18: Check the Image version of nginx-dev pod using jsonpath
Question19: Get list of all the pods showing name and namespace with a jsonpath expression.
Question20: List all the pods sorted by name
Question23: Create a busybox pod that runs the command "env" and save the output to "envpod" file
Question24: Score: 4%
Task
Scale the deployment presentation to 6 pods.
Question25: Create a pod with image nginx called nginx and allow traffic on port 80




